AbsoluteMonthlyRecurrencePatternInterval Property |
Defines the interval between two consecutive recurring items. For example, if the Interval element has a value of 5, the recurring item occurs every 5 months. The range of valid values is from 1 to 99.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic int Interval { get; set; }Public Property Interval As Integer
Get
Set
Property Value
Type:
Int32The interval.
See Also